home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMFIREWALLLOCALSITESEDITOR / TFRMFIREWALLLOCALSITESEDITOR.txt
Text File  |  2008-11-13  |  5KB  |  233 lines

  1. object frmFirewallLocalSitesEditor: TfrmFirewallLocalSitesEditor
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmFirewallSiteEditor'
  7.   ClientHeight = 413
  8.   ClientWidth = 654
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnHelp = FormHelp
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     654
  23.     413)
  24.   PixelsPerInch = 96
  25.   TextHeight = 14
  26.   object pnlMainParent: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 654
  30.     Height = 413
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     BevelOuter = bvNone
  33.     ParentColor = True
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.     DesignSize = (
  38.       654
  39.       413)
  40.     object lblUntrusted: TResLabel
  41.       Left = 38
  42.       Top = 199
  43.       Width = 106
  44.       Height = 14
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -12
  48.       Font.Name = 'Tahoma'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       Transparent = True
  52.       ResourceCaption = 50110
  53.       ResourceOptions = [rsoStripAccels, rsoStripCRLF]
  54.     end
  55.     object lblTrusted: TResLabel
  56.       Left = 38
  57.       Top = 12
  58.       Width = 94
  59.       Height = 14
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -12
  63.       Font.Name = 'Tahoma'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       Transparent = True
  67.       ResourceCaption = 50109
  68.       ResourceOptions = [rsoStripAccels, rsoStripCRLF]
  69.     end
  70.     object imgTrustedSites: TResImage
  71.       Left = 16
  72.       Top = 10
  73.       Width = 16
  74.       Height = 16
  75.       Cursor = crHandPoint
  76.       AutoSize = True
  77.       Transparent = True
  78.       ResourceImage = 'MISC_NOTE'
  79.     end
  80.     object imgUntrustedSites: TResImage
  81.       Left = 16
  82.       Top = 197
  83.       Width = 16
  84.       Height = 16
  85.       Cursor = crHandPoint
  86.       AutoSize = True
  87.       Transparent = True
  88.       ResourceImage = 'MISC_NOTE'
  89.     end
  90.     object btnOK: TResTeButton
  91.       Left = 442
  92.       Top = 382
  93.       Width = 99
  94.       Height = 25
  95.       OnClick = btnOKClick
  96.       Anchors = [akRight, akBottom]
  97.       Default = True
  98.       ModalResult = 1
  99.       TabOrder = 0
  100.       ResourceCaption = 50114
  101.       ResourceHint = 50114
  102.       ExplicitLeft = 292
  103.       ExplicitTop = 370
  104.     end
  105.     object btnCancel: TResTeButton
  106.       Left = 547
  107.       Top = 382
  108.       Width = 100
  109.       Height = 25
  110.       OnClick = btnCancelClick
  111.       Anchors = [akRight, akBottom]
  112.       Cancel = True
  113.       ModalResult = 2
  114.       TabOrder = 1
  115.       ResourceCaption = 50115
  116.       ResourceHint = 50115
  117.       ExplicitLeft = 397
  118.       ExplicitTop = 370
  119.     end
  120.     object lvwTrustedSites: TListView
  121.       Left = 14
  122.       Top = 32
  123.       Width = 527
  124.       Height = 137
  125.       Anchors = [akLeft, akTop, akRight]
  126.       Color = clWhite
  127.       Columns = <
  128.         item
  129.           Caption = 'ColumnURLIP'
  130.           Width = 150
  131.         end
  132.         item
  133.           Caption = 'ColumnNetMask'
  134.           Width = 100
  135.         end>
  136.       HideSelection = False
  137.       ReadOnly = True
  138.       RowSelect = True
  139.       TabOrder = 2
  140.       ViewStyle = vsReport
  141.       OnSelectItem = OnSelectItem
  142.     end
  143.     object btnRemoveTrustedSite: TResTeButton
  144.       Left = 547
  145.       Top = 94
  146.       Width = 99
  147.       Height = 25
  148.       OnClick = btnRemoveTrustedSiteClick
  149.       Anchors = [akTop, akRight]
  150.       TabOrder = 3
  151.       ResourceCaption = 50113
  152.     end
  153.     object btnEditTrustedSite: TResTeButton
  154.       Left = 547
  155.       Top = 63
  156.       Width = 99
  157.       Height = 25
  158.       OnClick = btnEditTrustedSiteClick
  159.       Anchors = [akTop, akRight]
  160.       TabOrder = 4
  161.       ResourceCaption = 50112
  162.     end
  163.     object btnAddTrustedSite: TResTeButton
  164.       Left = 547
  165.       Top = 32
  166.       Width = 99
  167.       Height = 25
  168.       OnClick = btnAddTrustedSiteClick
  169.       Anchors = [akTop, akRight]
  170.       TabOrder = 5
  171.       ResourceCaption = 50111
  172.     end
  173.     object lvwUntrustedSites: TListView
  174.       Left = 14
  175.       Top = 219
  176.       Width = 527
  177.       Height = 134
  178.       Anchors = [akLeft, akTop, akRight]
  179.       Color = clWhite
  180.       Columns = <
  181.         item
  182.           Caption = 'ColumnURLIP'
  183.           Width = 150
  184.         end
  185.         item
  186.           Caption = 'ColumnNetMask'
  187.           Width = 100
  188.         end>
  189.       HideSelection = False
  190.       ReadOnly = True
  191.       RowSelect = True
  192.       TabOrder = 6
  193.       ViewStyle = vsReport
  194.       OnSelectItem = OnSelectItem
  195.     end
  196.     object btnAddUntrustedSite: TResTeButton
  197.       Left = 547
  198.       Top = 219
  199.       Width = 99
  200.       Height = 25
  201.       OnClick = btnAddUntrustedSiteClick
  202.       Anchors = [akTop, akRight]
  203.       TabOrder = 7
  204.       ResourceCaption = 50111
  205.     end
  206.     object btnEditUntrustedSite: TResTeButton
  207.       Left = 547
  208.       Top = 250
  209.       Width = 99
  210.       Height = 25
  211.       OnClick = btnEditUntrustedSiteClick
  212.       Anchors = [akTop, akRight]
  213.       TabOrder = 8
  214.       ResourceCaption = 50112
  215.     end
  216.     object btnRemoveUntrustedSite: TResTeButton
  217.       Left = 547
  218.       Top = 281
  219.       Width = 99
  220.       Height = 25
  221.       OnClick = btnRemoveUntrustedSiteClick
  222.       Anchors = [akTop, akRight]
  223.       TabOrder = 9
  224.       ResourceCaption = 50113
  225.     end
  226.   end
  227.   object ThemeForm: TTeForm2
  228.     ThemeObject = 'StandardDialog'
  229.     Left = 16
  230.     Top = 360
  231.   end
  232. end
  233.